From df2a4a6131f760740225aee4ff1cafb3ace8c100 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Tue, 11 Jan 2011 09:37:05 +0000 Subject: [PATCH] docs: question_index: Do not reference deprecated API --- docs/reference/gtk/question_index.sgml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index 1ebdc7c78d..2f3b6d3fb5 100644 --- a/docs/reference/gtk/question_index.sgml +++ b/docs/reference/gtk/question_index.sgml @@ -465,7 +465,6 @@ using code like the following: g_object_unref (layout); -Do not use the deprecated #GdkFont and gdk_draw_text(). @@ -498,7 +497,6 @@ pango_layout_get_pixel_size(), using code like the following: g_object_unref (layout); -Do not use the deprecated function gdk_text_width(). @@ -586,9 +584,7 @@ channel will be respected. See tree widget overview — you should use the #GtkTreeView widget. (A list is just a tree with no branches, -so the tree widget is used for lists as well.) Do not use the deprecated -widgets #GtkTree or #GtkCList/#GtkCTree in newly-written code, they are -less flexible and result in an inferior user interface. +so the tree widget is used for lists as well). @@ -601,8 +597,7 @@ less flexible and result in an inferior user interface. See text widget overview — you -should use the #GtkTextView widget. Do not use the deprecated widget #GtkText -in newly-written code, it has a number of problems that are best avoided. +should use the #GtkTextView widget. If you only have a small amount of text, #GtkLabel may also be appropriate -- 2.30.2